home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 1166 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  40 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: io.org!torfree!fjb
  3. From: fjb@torfree.net (Jim Butterfield)
  4. Subject: Re: Help: Basic and ML
  5. Message-ID: <DLLvnI.KKI.0.sheppard@torfree.net>
  6. Organization: Toronto Free-Net
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. References: <31028422.783F@itr.qc.ca>
  9. Date: Mon, 22 Jan 1996 23:23:42 GMT
  10.  
  11. Christian Lambert (Christian_Lambert@itr.qc.ca) wrote:
  12. : -- 
  13.  
  14. : AlainLambert 
  15. : INTERNET Trois-Rivieres inc.  * Site Web : http://www.itr.qc.ca
  16. : Email: christian@itr.qc.ca
  17.  
  18.  
  19. : I need to poke some ML data at the end of basic and I do not remember 
  20. : how that is done.  It has to do with location 55 and 56.
  21. : Can anyone give me an example code so I can poke my code after basic and 
  22. : SYS to the address. 
  23. : Email please
  24.  
  25.   Yes, I know you said EMail ... but then, how will others know if you 
  26. got an answer or not?
  27.   Your question is hard to follow.  Do you want to poke some ML data 
  28. _from_ the end of Basic to somewhere else, or to poke some ML data _to_ 
  29. the end of Basic?
  30.   The pointer you mention (at 55/56) is, on the 64, the top-of-memory 
  31. pointer.  So perhaps you want to copy stuff from end-of-Basic to top of 
  32. memory?
  33.   Adresses 45 and 46 on the C64 point to the space directly behind the 
  34. Basic program.  But you'd better be careful if you want to meddle with 
  35. this, since the first variable you use will be plunked at that address 
  36. (unless you change it before use).
  37.   Maybe you can be more specific?
  38.             --Jim
  39.  
  40.